DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / State Property

In This Topic
    State Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Gets a string that describes the state of the connection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property State As ConnectionState
    public override ConnectionState State {get;}
    See Also